home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / jpegv3.zip / README < prev    next >
Text File  |  1992-03-21  |  5KB  |  108 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. This distribution contains MS-DOS executable copies of version 3 of the
  5. Independent JPEG Group's free JPEG software.  You are welcome to redistribute
  6. this software and to use it for any purpose, subject to the conditions under
  7. LEGAL ISSUES, below.
  8.  
  9. This software should run on any MS-DOS machine with DOS version 3 or later,
  10. although we have not tested it with anything older than DOS 4.01.  A minimum
  11. of 450Kb of free memory is recommended.  Extended or expanded memory is
  12. helpful; the more the better!
  13.  
  14. For usage instructions, see the file USAGE.
  15.  
  16. Please report any problems with this software to jpeg-info@uunet.uu.net.
  17.  
  18.  
  19. ABOUT JPEG FILE FORMATS
  20. =======================
  21.  
  22. CAUTION: Handmade Software's shareware PC program GIF2JPG produces files that
  23. are totally incompatible with our programs (and everyone else's too).  They
  24. use a proprietary format that is an amalgam of GIF and JPEG representations.
  25. However, you can force GIF2JPG to produce compatible files with its -j switch,
  26. and their decompression program JPG2GIF can read our files (at least ones
  27. produced with our default option settings).
  28.  
  29. The file format we have adopted is called JFIF.  This format has been agreed
  30. to by a number of major commercial JPEG vendors, and we expect that it will
  31. become the de facto standard.  JFIF is a minimal representation; work is also
  32. going forward to incorporate JPEG compression into the TIFF standard, for use
  33. in "high end" applications that need to record a lot of additional data about
  34. an image.  We intend to support JPEG-in-TIFF in the future.  We hope that
  35. these two formats will be sufficient and that other, incompatible JPEG file
  36. formats will not proliferate.
  37.  
  38. Indeed, part of the reason for developing and releasing this free software is
  39. to help force rapid convergence to de facto standards for JPEG file formats.
  40. SUPPORT STANDARD, NON-PROPRIETARY FORMATS: demand JFIF or JPEG-in-TIFF!
  41.  
  42.  
  43. LEGAL ISSUES
  44. ============
  45.  
  46. The authors make NO WARRANTY or representation, either express or implied,
  47. with respect to this software, its quality, accuracy, merchantability, or
  48. fitness for a particular purpose.  This software is provided "AS IS", and you,
  49. its user, assume the entire risk as to its quality and accuracy.
  50.  
  51. This software is copyright (C) 1991, 1992, Thomas G. Lane.
  52. All Rights Reserved except as specified below.
  53.  
  54. Permission is hereby granted to use, copy, modify, and distribute this
  55. software (or portions thereof) for any purpose, without fee, subject to these
  56. conditions:
  57. (1) If any part of the source code for this software is distributed, then this
  58. README file must be included, with this copyright and no-warranty notice
  59. unaltered; and any additions, deletions, or changes to the original files
  60. must be clearly indicated in accompanying documentation.
  61. (2) If only executable code is distributed, then the accompanying
  62. documentation must state that "this software is based in part on the work of
  63. the Independent JPEG Group".
  64. (3) Permission for use of this software is granted only if the user accepts
  65. full responsibility for any undesirable consequences; the authors accept
  66. NO LIABILITY for damages of any kind.
  67.  
  68. Permission is NOT granted for the use of any author's name or author's company
  69. name in advertising or publicity relating to this software or products derived
  70. from it.  This software may be referred to only as "the Independent JPEG
  71. Group's software".
  72.  
  73. We specifically permit and encourage the use of this software as the basis of
  74. commercial products, provided that all warranty or liability claims are
  75. assumed by the product vendor.
  76.  
  77.  
  78. We are required to state that
  79.     "The Graphics Interchange Format(c) is the Copyright property of
  80.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  81.     CompuServe Incorporated."
  82.  
  83.  
  84. SOURCE CODE
  85. ===========
  86.  
  87. The source code from which this software was generated is freely available.
  88. The "official" archive site for the source code is ftp.uu.net (Internet
  89. address 137.39.1.9 or 192.48.96.9).  The most recent released version can
  90. always be found there in directory graphics/jpeg.  This particular version is
  91. jpegsrc.v3.tar.Z.  If you are on the Internet, you can retrieve files from
  92. UUNET by anonymous FTP.  If you don't have FTP access, UUNET's archives are
  93. also available via UUCP; contact postmaster@uunet.uu.net for information on
  94. retrieving files that way.
  95.  
  96. You can also obtain the source code from CompuServe, in the GRAPHSUPPORT forum
  97. (GO PICS), library 10; this version is in file jpsrc3.zip.
  98.  
  99. You are welcome to use the source code in other JPEG-related programs.
  100. The conditions for doing so may be found in LEGAL ISSUES, above.
  101.  
  102. The executables in this package were compiled directly from the distributed
  103. sources, using Borland C++ version 3.0.  The user interface files, jcmain.c
  104. and jdmain.c, have been modified to provide more DOS-friendly behavior.
  105. The DOS versions are included in this package, in case you'd like to modify
  106. them further.  (You'll need to get the remaining 900K of source code before
  107. you can do much, though.)
  108.